Welcome![Sign In][Sign Up]
Location:
Search - android plugin

Search list

[androidandroid-plugin

Description: 一个android browser的javascript扩展程序,可以在browser上通过javascript来实现TTS.对研究android browser的plugin是个不错的例子程序。(注,程序是从网上找到了,里面会用到一些android平台的.h,.c,.so文件,需要自己从android的源代码里找,希望对大家有用)-An android browser' s javascript extensions can be adopted by the javascript in the browser to achieve the TTS. Android browser' s plugin for research is a good example of procedures. (Note, the program is found from the Internet, which will use some of android platform. H,. C,. So file, needs its own source code from the android in search, we want to be useful)
Platform: | Size: 184320 | Author: jun | Hits:

[androidADT-0.9_pre

Description: android应用开发需要的一个插件,在windows平台上安装这个插件。-android application development needs a plug-in windows platform, install the plugin.
Platform: | Size: 2881536 | Author: 万万 | Hits:

[androideasyJni_Src

Description: 在android中经常使用jni开发 头文件生成很麻烦,故模仿easyExploer写了一个eclipse的easyJni插件 项目源码需放在src下,class文件放在bin下 安装此插件后在eclipse中java源码上右键Ctreate Jni即可生成在项目的jni目录下的头文件-Jni often used in android development headers generated a lot of trouble, so write a mimic easyExploer the easyJni eclipse plugin source code to be placed on the project under src, class files in the bin to install the plug-in java source code in eclipse, right Ctreate Jni the project can generate jni header files directory
Platform: | Size: 17408 | Author: lypoint | Hits:

[FlashMXRecipeBuilder

Description: 一个用Flex+java 做的菜单生成系统服务端,实现菜谱的在线设计 有Image Button Movie 等组件,可在线设计菜单页 组件的拖拽 放大缩小 旋转 以及 属性的设置,内含常见的Flex效果(书翻页效果,缓动效果等)通过XML与Android 客户端交互(这里不包含Android 客户端代码);环境:MyEclipse8.6+FlashBuilder 4 plugin +Tomcat 6.0-A to do with Flex+ java menu generation system server, designed to achieve the online menu Image Button Movie and other components, design a menu available online drag and drop page components rotate and zoom setting of properties, containing common Flex effects (book flip effect, easing effects, etc.) via XML with Android client interaction (not included here, Android client code) environment: MyEclipse8.6+ FlashBuilder 4 plugin+ Tomcat 6.0
Platform: | Size: 20758528 | Author: 方珍 | Hits:

[androidTest_of_Widget_MapView

Description: android地图插件 可以查看google地图的android插件-android google maps plug-in can view the map of the android plugin
Platform: | Size: 117760 | Author: wangwei | Hits:

[androidVideoPlayer

Description: phonegap实现调用android的视频播放器实现 代码自己已经在真机测试实现 比较不错 -# VideoPlayer plugin for Phonegap# The video player allows you to display videos from your PhoneGap application. This command fires an Intent to have your devices video player show the video.
Platform: | Size: 4096 | Author: sss | Hits:

[androidADT-0.9.4

Description: plugin for ANDRIOD DEVELPPER S. this lugin is used for adjusting java language with android package.
Platform: | Size: 3367936 | Author: mohsen | Hits:

[androidandroid_plugin_framework_v0.1_src

Description: android插件开发的demo分享给大家,绝对让你有意想不到的收获-an android plugin demo for every android developer
Platform: | Size: 13312 | Author: 徐广田 | Hits:

[Windows DevelopADT-20.0.0

Description: eclipse android开发插件adt20-the eclipse android development plugin adt20
Platform: | Size: 12387328 | Author: fengzimang | Hits:

[androidADT-16.0.0

Description: adt是eclipse上用于开发android程序的插件,功能强大,利于学习android手机开发的下载使用。-adt is used to develop android eclipse plugin, powerful download conducive to learning android phone development.
Platform: | Size: 6999040 | Author: 西蒙 | Hits:

[Othermobiscrol

Description: Mobiscroll是一个用于触摸设备(Android phones, iPhone, iPad, Galaxy Tab)的日期和时间选择器jQuery插件。可以让用户很方便的只需要滑动数字既可以选择日期。Mobiscroll作为一款jQuery日期插件可以让用户自定义主题,完全通过CSS文件修改样式,经过测试可以完美使用在iOS4,Android 2.2, Android 2.3的浏览器,Safari浏览器,火狐,IE9等浏览器上面。-JQuery plugin Mobiscroll is a date and time picker for touch devices (Android phones, iPhone, iPad, Galaxy Tab). Can be very convenient for users only need to slide digital can either select a date. Mobiscroll as a jQuery date plug-in allows users to custom theme, entirely through CSS file to modify the style, can be tested perfect to use in iOS4, Android 2.2, Android 2.3 browser, Safari browser, Firefox, IE9 browser above.
Platform: | Size: 15360 | Author: sadgfo | Hits:

[JSP/Javatoastr-master

Description: toastr是一个实现了类似Android的Toast提示的jQuery插件。-toastr a jQuery plugin similar to Android' s Toast prompted.
Platform: | Size: 233472 | Author: ktpudn006 | Hits:

[JSP/Javajqtouch-1.0-beta

Description: jQTouch是一个jQuery的插件,主要用于手机上的Webkit浏览器上实现一些包括动画、列表导航、默认应用样式等各种常见UI效果的JavaScript库。支持包括iPhone、Android等手机。-jQTouch is a jQuery plugin, Webkit browser on the mobile phone is mainly used some including animation, list navigation, and default application style JavaScript libraries variety of common UI effect. Support, including iPhone, Android, and other mobile phone.
Platform: | Size: 169984 | Author: kkpudn66a | Hits:

[JSP/Javaaidl-Cross-process-calls

Description: 这两天在学习aidl跨进程调用,研究了一天终于写出了个helloword……开发aidl跨进程调用,主要分以下步骤:   1.创建.aidl文件-该文件(YourInterface.aidl)定义了客户端可用的方法和数据的接口。   2.在makefile文件中加入.aidl文件-(Eclipse中的ADT插件提供管理功能)Android包括名为AIDL的编译器,位于tools/文件夹。   3.实现接口-AIDL编译器从AIDL接口文件中利用Java语言创建接口,该接口有一个继承的命名为Stub的内部抽象类(并且实现了一些IPC调用的附加方法),要做的就是创建一个继承YourInterface.Stub的类并且实现在.aidl文件中声明的方法。   4. 向客户端公开接口-如果是编写服务,应该继承Service并且重载Service.onBind(Intent) 以返回实现了接口的对象实例 -This two-day learning aidl cross-process calls, research and one day finally wrote helloword to ...... the development of the aidl cross-process calls, mainly consists of the following steps: 1. Created. Aidl file- the file (YourInterface.aidl) defines a client The available methods and data interface. 2 in the makefile. Aidl file- (the Eclipse ADT plugin provides management functions) Android called AIDL compiler tools/folder. 3 interface-AIDL compiler to create an interface from the the AIDL interface file using the Java language, the interface, the naming of a successor for the Stub internal abstract class (and some additional IPC calls) to do is to create a inherit the YourInterface.Stub class in aidl file declared. Open interface to the client- if writing services, should inherit Service and reload Service.onBind (Intent) to return the interface object instance
Platform: | Size: 119808 | Author: hpudn9 | Hits:

[androidphonegap-videoplayer-plugin-master

Description: java android phonegap video player
Platform: | Size: 1726464 | Author: Can Canan | Hits:

[androidandroid-support-revision-13

Description: 这个是android界面特殊效果的第三方的jar包,比如滑动效果,貌似在3.0以后就自带了,不需要手动加载了,打开的是.class文件,eclipse下没有插件的话就是打不开的-This is a special effects android interface third party jar package, such as sliding effect, looks like after it comes in 3.0, no need to manually loaded, open the. Class files, eclipse plugin under no word is not open
Platform: | Size: 1528832 | Author: kyle_lz | Hits:

[JSPAndroid-Studio

Description: Android Studio是一个基于IntelliJIDEA的新的Android开发环境。与Eclipse ADT插件相似,AndroidStudio提供了集成的Android开发工具用于开发和调试-IntelliJIDEA Android Studio is a new Android-based development environment. Similar to the Eclipse ADT plugin, AndroidStudio provides integrated Android development tools for developing and debugging
Platform: | Size: 7815168 | Author: 锐哥 | Hits:

[androiddynamic-load-apk-master

Description: An大多数朋友开始接触这个问题是因为 App 爆棚了,方法数超过了一个 Dex 最大方法数 65535 的上限,因而便有了插件化的概念,将一个 App 划分为多个插件(Apk 或相关格式) 常用的其他解决方法还包括:Google Multidex,用 H5 代替部分逻辑,删无用代码,买付费版的 Proguard 当插件化作用不止于此,还包括:(1) 模块解耦,(2) 动态升级,(3) 高效并行开发(编译速度更快) (4) 按需加载,内存占用更低 (5) 节省升级流量 droid 插件化 动态升级 http://www.trinea.cn/android/android-plugin/-An most of my friends began to approach the problem is because app bursting, the number of methods more than a DEX maximum number upper limit of 65535, and had the concept of plug-in, a division of the app for multiple plug-ins (APK or format) Other commonly used methods include: Multidex Google, with H5 instead of partial logic, delete useless code, buy a paid version of the Proguard When the plug-in effect more than that, it also includes: (1) modular decoupling, (2) dynamic update, (3), parallel development (compile faster) (4) on-demand loading, memory footprint lower (5) saving upgrades flow Droid plug-in dynamic upgrade Http://www.trinea.cn/android/android-plugin/
Platform: | Size: 5062656 | Author: 特殊台 | Hits:

[androidcordova.plugin.location

Description: cordova 插件,使用手机自带的GPS定位(Cordova plug-in, using the phone's own GPS positioning)
Platform: | Size: 1241088 | Author: HellowAndroid | Hits:

[androidmassing_trigger

Description: miXo is a buzz machine (www buzzmachines com) - a plugin for th()
Platform: | Size: 80896 | Author: prinoer | Hits:
« 12 »

CodeBus www.codebus.net